PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowDocument Class / getOutputIntents Method
In This Topic
    getOutputIntents Method
    In This Topic
    Gets the collection of output intents.
    Syntax
    public PDFOutputIntentCollection getOutputIntents()

    Return Value

    A collection of com.o2sol.pdf4java.document.PDFOutputIntent objects describing the color characteristics of output devices on which the document might be rendered.
    See Also